github.com/golang/protobuf/proto.textWriter.expandAny (field)

3 uses

	github.com/golang/protobuf/proto (current package)
		text_encode.go#L73: 			expandAny: tm.ExpandAny,
		text_encode.go#L119: 	expandAny bool // same as TextMarshaler.ExpandAny
		text_encode.go#L263: 	if w.expandAny && md.FullName() == "google.protobuf.Any" {